Returns the liquidity sources enabled for the chain.
GET/sources
Returns the liquidity sources enabled for the chain.
Request
Query Parameters
apiKey stringrequired
(Required) Your Public API key
Example: pk_1234567890
Responses
- 200
An array of liquidity sources.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
name string
proportion string
[
{
"name": "string",
"proportion": "string"
}
]
Loading...